Html Css Color HEX #CDEAA9 Reef

📋 copy color: '#CDEAA9'

red 205 ◦ green 234 ◦ blue 169

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

Shades of Reef #CDEAA9

Tints of Reef #CDEAA9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.49%

 BLUE value IS 169 (66.41% from 255) = 27.8%

R = 33.72%
G = 38.49%
B = 27.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#CDEAA9 (or 0xCDEAA9) is known color: Reef. HEX triplet: CD, EA and A9. RGB value is (205,234,169). Sum of RGB (Red+Green+Blue) = 205+234+169=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 169 (66.41% from 255 or 27.80% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEAA9 is #321556. Grayscale: #DADADA. Windows color (decimal): -3282263 or 11135693. OLE color: 11135693.

HSL color Cylindrical-coordinate representation of color #CDEAA9: hue angle of 86.77º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDEAA9 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 234 169 -
CMYK 0.12 0 0.28 0.08
HSL 86.77º 0.61% 0.79% -
HSV(B) 86.77º 0.28% 0.92% -
XYZ 61.76 74.69 48.7 -
YUV 217.92 100.39 118.79 -
System Red Green Blue C M Y K H S L
Decimal 205 234 169 0.12 0 0.28 0.08 86.77 0.61 0.79
Hex CD EA A9 C 0 1C 8 57 3D 4F
Octal 315 352 251 14 0 34 10 127 75 117
Binary 11001101 11101010 10101001 1100 0 11100 1000 1010111 111101 1001111

Color Harmonies of #CDEAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEAA9

Black with #CDEAA9

Text Example


Text Example

White with #CDEAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEAA9; }

 p { color: rgb(205,234,169); }

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

background-color css

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

 a { background-color: rgb(205,234,169); }

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

border-color css

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

 span { border-color: rgb(205,234,169); }

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