Html Css Color HEX #CDEFAA Reef

📋 copy color: '#CDEFAA'

red 205 ◦ green 239 ◦ blue 170

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

Shades of Reef #CDEFAA

Tints of Reef #CDEFAA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.93%

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

R = 33.39%
G = 38.93%
B = 27.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#CDEFAA (or 0xCDEFAA) is known color: Reef. HEX triplet: CD, EF and AA. RGB value is (205,239,170). Sum of RGB (Red+Green+Blue) = 205+239+170=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEFAA is #321055. Grayscale: #DDDDDD. Windows color (decimal): -3280982 or 11202509. OLE color: 11202509.

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

Color convert

RGB 205 239 170 -
CMYK 0.14 0 0.29 0.06
HSL 89.57º 0.68% 0.8% -
HSV(B) 89.57º 0.29% 0.94% -
XYZ 63.3 77.61 49.68 -
YUV 220.97 99.24 116.61 -
System Red Green Blue C M Y K H S L
Decimal 205 239 170 0.14 0 0.29 0.06 89.57 0.68 0.8
Hex CD EF AA E 0 1D 6 5A 44 50
Octal 315 357 252 16 0 35 6 132 104 120
Binary 11001101 11101111 10101010 1110 0 11101 110 1011010 1000100 1010000

Color Harmonies of #CDEFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEFAA

Black with #CDEFAA

Text Example


Text Example

White with #CDEFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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