Html Css Color HEX #CDDEB0 Reef

📋 copy color: '#CDDEB0'

red 205 ◦ green 222 ◦ blue 176

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

Shades of Reef #CDDEB0

Tints of Reef #CDDEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.19%

R = 34%
G = 36.82%
B = 29.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#CDDEB0 (or 0xCDDEB0) is known color: Reef. HEX triplet: CD, DE and B0. RGB value is (205,222,176). Sum of RGB (Red+Green+Blue) = 205+222+176=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 176 (69.14% from 255 or 29.19% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDEB0 is #32214F. Grayscale: #D3D3D3. Windows color (decimal): -3285328 or 11591373. OLE color: 11591373.

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

Color convert

RGB 205 222 176 -
CMYK 0.08 0 0.21 0.13
HSL 82.17º 0.41% 0.78% -
HSV(B) 82.17º 0.21% 0.87% -
XYZ 59.13 68.36 51.15 -
YUV 211.67 107.87 123.24 -
System Red Green Blue C M Y K H S L
Decimal 205 222 176 0.08 0 0.21 0.13 82.17 0.41 0.78
Hex CD DE B0 8 0 15 D 52 29 4E
Octal 315 336 260 10 0 25 15 122 51 116
Binary 11001101 11011110 10110000 1000 0 10101 1101 1010010 101001 1001110

Color Harmonies of #CDDEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDEB0

Black with #CDDEB0

Text Example


Text Example

White with #CDDEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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