Html Css Color HEX #CDE2AB Reef

📋 copy color: '#CDE2AB'

red 205 ◦ green 226 ◦ blue 171

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

Shades of Reef #CDE2AB

Tints of Reef #CDE2AB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.54%

 BLUE value IS 171 (67.19% from 255) = 28.41%

R = 34.05%
G = 37.54%
B = 28.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#CDE2AB (or 0xCDE2AB) is known color: Reef. HEX triplet: CD, E2 and AB. RGB value is (205,226,171). Sum of RGB (Red+Green+Blue) = 205+226+171=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE2AB is #321D54. Grayscale: #D5D5D5. Windows color (decimal): -3284309 or 11264717. OLE color: 11264717.

HSL color Cylindrical-coordinate representation of color #CDE2AB: hue angle of 82.91º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDE2AB is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 226 171 -
CMYK 0.09 0 0.24 0.11
HSL 82.91º 0.49% 0.78% -
HSV(B) 82.91º 0.24% 0.89% -
XYZ 59.72 70.31 48.95 -
YUV 213.45 104.04 121.97 -
System Red Green Blue C M Y K H S L
Decimal 205 226 171 0.09 0 0.24 0.11 82.91 0.49 0.78
Hex CD E2 AB 9 0 18 B 53 31 4E
Octal 315 342 253 11 0 30 13 123 61 116
Binary 11001101 11100010 10101011 1001 0 11000 1011 1010011 110001 1001110

Color Harmonies of #CDE2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE2AB

Black with #CDE2AB

Text Example


Text Example

White with #CDE2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE2AB; }

 p { color: rgb(205,226,171); }

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

background-color css

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

 a { background-color: rgb(205,226,171); }

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

border-color css

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

 span { border-color: rgb(205,226,171); }

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