Html Css Color HEX #CDEEAA Reef

📋 copy color: '#CDEEAA'

red 205 ◦ green 238 ◦ blue 170

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

Shades of Reef #CDEEAA

Tints of Reef #CDEEAA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.83%

 BLUE value IS 170 (66.8% from 255) = 27.73%

R = 33.44%
G = 38.83%
B = 27.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#CDEEAA (or 0xCDEEAA) is known color: Reef. HEX triplet: CD, EE and AA. RGB value is (205,238,170). Sum of RGB (Red+Green+Blue) = 205+238+170=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEEAA is #321155. Grayscale: #DCDCDC. Windows color (decimal): -3281238 or 11202253. OLE color: 11202253.

HSL color Cylindrical-coordinate representation of color #CDEEAA: hue angle of 89.12º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDEEAA is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 238 170 -
CMYK 0.14 0 0.29 0.07
HSL 89.12º 0.67% 0.8% -
HSV(B) 89.12º 0.29% 0.93% -
XYZ 63.01 77.03 49.58 -
YUV 220.38 99.57 117.03 -
System Red Green Blue C M Y K H S L
Decimal 205 238 170 0.14 0 0.29 0.07 89.12 0.67 0.8
Hex CD EE AA E 0 1D 7 59 43 50
Octal 315 356 252 16 0 35 7 131 103 120
Binary 11001101 11101110 10101010 1110 0 11101 111 1011001 1000011 1010000

Color Harmonies of #CDEEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEEAA

Black with #CDEEAA

Text Example


Text Example

White with #CDEEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEEAA; }

 p { color: rgb(205,238,170); }

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

background-color css

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

 a { background-color: rgb(205,238,170); }

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

border-color css

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

 span { border-color: rgb(205,238,170); }

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