Html Css Color HEX #CEE8B1 Reef

📋 copy color: '#CEE8B1'

red 206 ◦ green 232 ◦ blue 177

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

Shades of Reef #CEE8B1

Tints of Reef #CEE8B1

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.72%

 BLUE value IS 177 (69.53% from 255) = 28.78%

R = 33.5%
G = 37.72%
B = 28.78%

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

#CEE8B1 (or 0xCEE8B1) is known color: Reef. HEX triplet: CE, E8 and B1. RGB value is (206,232,177). Sum of RGB (Red+Green+Blue) = 206+232+177=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 232 (91.02% from 255 or 37.72% from 615); Blue value is 177 (69.53% from 255 or 28.78% from 615); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE8B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE8B1 is #31174E. Grayscale: #DADADA. Windows color (decimal): -3217231 or 11659470. OLE color: 11659470.

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

Color convert

RGB 206 232 177 -
CMYK 0.11 0 0.24 0.09
HSL 88.36º 0.54% 0.8% -
HSV(B) 88.36º 0.24% 0.91% -
XYZ 62.25 74.01 52.6 -
YUV 217.96 104.89 119.47 -
System Red Green Blue C M Y K H S L
Decimal 206 232 177 0.11 0 0.24 0.09 88.36 0.54 0.8
Hex CE E8 B1 B 0 18 9 58 36 50
Octal 316 350 261 13 0 30 11 130 66 120
Binary 11001110 11101000 10110001 1011 0 11000 1001 1011000 110110 1010000

Color Harmonies of #CEE8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE8B1

Black with #CEE8B1

Text Example


Text Example

White with #CEE8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE8B1; }

 p { color: rgb(206,232,177); }

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

background-color css

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

 a { background-color: rgb(206,232,177); }

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

border-color css

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

 span { border-color: rgb(206,232,177); }

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