Html Css Color HEX #CDE7AF Reef

📋 copy color: '#CDE7AF'

red 205 ◦ green 231 ◦ blue 175

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

Shades of Reef #CDE7AF

Tints of Reef #CDE7AF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.81%

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

R = 33.55%
G = 37.81%
B = 28.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#CDE7AF (or 0xCDE7AF) is known color: Reef. HEX triplet: CD, E7 and AF. RGB value is (205,231,175). Sum of RGB (Red+Green+Blue) = 205+231+175=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 231 (90.62% from 255 or 37.81% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE7AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE7AF is #321850. Grayscale: #D9D9D9. Windows color (decimal): -3283025 or 11528141. OLE color: 11528141.

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

Color convert

RGB 205 231 175 -
CMYK 0.11 0 0.24 0.09
HSL 87.86º 0.54% 0.8% -
HSV(B) 87.86º 0.24% 0.91% -
XYZ 61.49 73.23 51.45 -
YUV 216.84 104.39 119.55 -
System Red Green Blue C M Y K H S L
Decimal 205 231 175 0.11 0 0.24 0.09 87.86 0.54 0.8
Hex CD E7 AF B 0 18 9 58 36 50
Octal 315 347 257 13 0 30 11 130 66 120
Binary 11001101 11100111 10101111 1011 0 11000 1001 1011000 110110 1010000

Color Harmonies of #CDE7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE7AF

Black with #CDE7AF

Text Example


Text Example

White with #CDE7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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