Html Css Color HEX #CEE5AF Reef

📋 copy color: '#CEE5AF'

red 206 ◦ green 229 ◦ blue 175

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

Shades of Reef #CEE5AF

Tints of Reef #CEE5AF

RGB

 RED value IS 206 (80.86% from 255) = 33.77%

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

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

R = 33.77%
G = 37.54%
B = 28.69%

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

#CEE5AF (or 0xCEE5AF) is known color: Reef. HEX triplet: CE, E5 and AF. RGB value is (206,229,175). Sum of RGB (Red+Green+Blue) = 206+229+175=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 229 (89.84% from 255 or 37.54% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE5AF is #311A50. Grayscale: #D8D8D8. Windows color (decimal): -3218001 or 11527630. OLE color: 11527630.

HSL color Cylindrical-coordinate representation of color #CEE5AF: hue angle of 85.56º 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 #CEE5AF is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 229 175 -
CMYK 0.10 0 0.24 0.10
HSL 85.56º 0.51% 0.79% -
HSV(B) 85.56º 0.24% 0.9% -
XYZ 61.21 72.26 51.28 -
YUV 215.97 104.88 120.89 -
System Red Green Blue C M Y K H S L
Decimal 206 229 175 0.10 0 0.24 0.10 85.56 0.51 0.79
Hex CE E5 AF A 0 18 A 56 33 4F
Octal 316 345 257 12 0 30 12 126 63 117
Binary 11001110 11100101 10101111 1010 0 11000 1010 1010110 110011 1001111

Color Harmonies of #CEE5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE5AF

Black with #CEE5AF

Text Example


Text Example

White with #CEE5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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