Html Css Color HEX #CEE7AF Reef

📋 copy color: '#CEE7AF'

red 206 ◦ green 231 ◦ blue 175

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

Shades of Reef #CEE7AF

Tints of Reef #CEE7AF

RGB

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

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

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

R = 33.66%
G = 37.75%
B = 28.59%

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

#CEE7AF (or 0xCEE7AF) is known color: Reef. HEX triplet: CE, E7 and AF. RGB value is (206,231,175). Sum of RGB (Red+Green+Blue) = 206+231+175=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE7AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE7AF is #311850. Grayscale: #D9D9D9. Windows color (decimal): -3217489 or 11528142. OLE color: 11528142.

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

Color convert

RGB 206 231 175 -
CMYK 0.11 0 0.24 0.09
HSL 86.79º 0.54% 0.8% -
HSV(B) 86.79º 0.24% 0.91% -
XYZ 61.77 73.37 51.46 -
YUV 217.14 104.22 120.05 -
System Red Green Blue C M Y K H S L
Decimal 206 231 175 0.11 0 0.24 0.09 86.79 0.54 0.8
Hex CE E7 AF B 0 18 9 57 36 50
Octal 316 347 257 13 0 30 11 127 66 120
Binary 11001110 11100111 10101111 1011 0 11000 1001 1010111 110110 1010000

Color Harmonies of #CEE7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE7AF

Black with #CEE7AF

Text Example


Text Example

White with #CEE7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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