Html Css Color HEX #CDDEB2 Reef

📋 copy color: '#CDDEB2'

red 205 ◦ green 222 ◦ blue 178

#CDDEB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CDDEB2

Tints of Reef #CDDEB2

RGB

 RED value IS 205 (80.47% from 255) = 33.88%

 GREEN value IS 222 (87.11% from 255) = 36.69%

 BLUE value IS 178 (69.92% from 255) = 29.42%

R = 33.88%
G = 36.69%
B = 29.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDDEB2 (or 0xCDDEB2) is known color: Reef. HEX triplet: CD, DE and B2. RGB value is (205,222,178). Sum of RGB (Red+Green+Blue) = 205+222+178=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 178 (69.92% from 255 or 29.42% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDEB2 is #32214D. Grayscale: #D4D4D4. Windows color (decimal): -3285326 or 11722445. OLE color: 11722445.

HSL color Cylindrical-coordinate representation of color #CDDEB2: hue angle of 83.18º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDDEB2 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 222 178 -
CMYK 0.08 0 0.20 0.13
HSL 83.18º 0.4% 0.78% -
HSV(B) 83.18º 0.2% 0.87% -
XYZ 59.33 68.44 52.2 -
YUV 211.9 108.87 123.08 -
System Red Green Blue C M Y K H S L
Decimal 205 222 178 0.08 0 0.20 0.13 83.18 0.4 0.78
Hex CD DE B2 8 0 14 D 53 28 4E
Octal 315 336 262 10 0 24 15 123 50 116
Binary 11001101 11011110 10110010 1000 0 10100 1101 1010011 101000 1001110

Color Harmonies of #CDDEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDEB2

Black with #CDDEB2

Text Example


Text Example

White with #CDDEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDEB2; }

 p { color: rgb(205,222,178); }

 H1.HeaderClassName
 {
   color: #CDDEB2;
 }
 .AnyTagClassName
 {
   color: #CDDEB2;
 }
</style>

background-color css

<style>
 a { background-color: #CDDEB2; }

 a { background-color: rgb(205,222,178); }

 div.DivClassName
 {
   background-color: #CDDEB2;
 }
 .BgClassName
 {
   background-color: #CDDEB2;
 }
</style>

border-color css

<style>
 span { border-color: #CDDEB2; }

 span { border-color: rgb(205,222,178); }

 td.TdClassName
 {
   border-color: #CDDEB2;
 }
 .TagClassName
 {
   border-color: #CDDEB2;
 }
</style>