Html Css Color HEX #CDE5AF Reef

📋 copy color: '#CDE5AF'

red 205 ◦ green 229 ◦ blue 175

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

Shades of Reef #CDE5AF

Tints of Reef #CDE5AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.74%

R = 33.66%
G = 37.6%
B = 28.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#CDE5AF (or 0xCDE5AF) is known color: Reef. HEX triplet: CD, E5 and AF. RGB value is (205,229,175). Sum of RGB (Red+Green+Blue) = 205+229+175=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE5AF is #321A50. Grayscale: #D7D7D7. Windows color (decimal): -3283537 or 11527629. OLE color: 11527629.

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

Color convert

RGB 205 229 175 -
CMYK 0.10 0 0.24 0.10
HSL 86.67º 0.51% 0.79% -
HSV(B) 86.67º 0.24% 0.9% -
XYZ 60.93 72.11 51.27 -
YUV 215.67 105.05 120.39 -
System Red Green Blue C M Y K H S L
Decimal 205 229 175 0.10 0 0.24 0.10 86.67 0.51 0.79
Hex CD E5 AF A 0 18 A 57 33 4F
Octal 315 345 257 12 0 30 12 127 63 117
Binary 11001101 11100101 10101111 1010 0 11000 1010 1010111 110011 1001111

Color Harmonies of #CDE5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE5AF

Black with #CDE5AF

Text Example


Text Example

White with #CDE5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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