Html Css Color HEX #CDE5A4 Reef

📋 copy color: '#CDE5A4'

red 205 ◦ green 229 ◦ blue 164

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

Shades of Reef #CDE5A4

Tints of Reef #CDE5A4

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.29%

 BLUE value IS 164 (64.45% from 255) = 27.42%

R = 34.28%
G = 38.29%
B = 27.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#CDE5A4 (or 0xCDE5A4) is known color: Reef. HEX triplet: CD, E5 and A4. RGB value is (205,229,164). Sum of RGB (Red+Green+Blue) = 205+229+164=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 164 (64.45% from 255 or 27.42% from 598); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE5A4 is #321A5B. Grayscale: #D6D6D6. Windows color (decimal): -3283548 or 10806733. OLE color: 10806733.

HSL color Cylindrical-coordinate representation of color #CDE5A4: hue angle of 82.15º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDE5A4 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 229 164 -
CMYK 0.10 0 0.28 0.10
HSL 82.15º 0.56% 0.77% -
HSV(B) 82.15º 0.28% 0.9% -
XYZ 59.9 71.7 45.8 -
YUV 214.41 99.55 121.29 -
System Red Green Blue C M Y K H S L
Decimal 205 229 164 0.10 0 0.28 0.10 82.15 0.56 0.77
Hex CD E5 A4 A 0 1C A 52 38 4D
Octal 315 345 244 12 0 34 12 122 70 115
Binary 11001101 11100101 10100100 1010 0 11100 1010 1010010 111000 1001101

Color Harmonies of #CDE5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE5A4

Black with #CDE5A4

Text Example


Text Example

White with #CDE5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE5A4; }

 p { color: rgb(205,229,164); }

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

background-color css

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

 a { background-color: rgb(205,229,164); }

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

border-color css

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

 span { border-color: rgb(205,229,164); }

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