Html Css Color HEX #CEE6AD Reef

📋 copy color: '#CEE6AD'

red 206 ◦ green 230 ◦ blue 173

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

Shades of Reef #CEE6AD

Tints of Reef #CEE6AD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.77%

 BLUE value IS 173 (67.97% from 255) = 28.41%

R = 33.83%
G = 37.77%
B = 28.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#CEE6AD (or 0xCEE6AD) is known color: Reef. HEX triplet: CE, E6 and AD. RGB value is (206,230,173). Sum of RGB (Red+Green+Blue) = 206+230+173=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE6AD is #311952. Grayscale: #D8D8D8. Windows color (decimal): -3217747 or 11396814. OLE color: 11396814.

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

Color convert

RGB 206 230 173 -
CMYK 0.10 0 0.25 0.10
HSL 85.26º 0.53% 0.79% -
HSV(B) 85.26º 0.25% 0.9% -
XYZ 61.29 72.73 50.34 -
YUV 216.33 103.55 120.63 -
System Red Green Blue C M Y K H S L
Decimal 206 230 173 0.10 0 0.25 0.10 85.26 0.53 0.79
Hex CE E6 AD A 0 19 A 55 35 4F
Octal 316 346 255 12 0 31 12 125 65 117
Binary 11001110 11100110 10101101 1010 0 11001 1010 1010101 110101 1001111

Color Harmonies of #CEE6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE6AD

Black with #CEE6AD

Text Example


Text Example

White with #CEE6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE6AD; }

 p { color: rgb(206,230,173); }

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

background-color css

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

 a { background-color: rgb(206,230,173); }

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

border-color css

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

 span { border-color: rgb(206,230,173); }

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