Html Css Color HEX #CEE5B1 Reef

📋 copy color: '#CEE5B1'

red 206 ◦ green 229 ◦ blue 177

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

Shades of Reef #CEE5B1

Tints of Reef #CEE5B1

RGB

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

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

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

R = 33.66%
G = 37.42%
B = 28.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#CEE5B1 (or 0xCEE5B1) is known color: Reef. HEX triplet: CE, E5 and B1. RGB value is (206,229,177). Sum of RGB (Red+Green+Blue) = 206+229+177=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 177 (69.53% from 255 or 28.92% from 612); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE5B1 is #311A4E. Grayscale: #D8D8D8. Windows color (decimal): -3217999 or 11658702. OLE color: 11658702.

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

Color convert

RGB 206 229 177 -
CMYK 0.10 0 0.23 0.10
HSL 86.54º 0.5% 0.8% -
HSV(B) 86.54º 0.23% 0.9% -
XYZ 61.41 72.33 52.32 -
YUV 216.2 105.88 120.73 -
System Red Green Blue C M Y K H S L
Decimal 206 229 177 0.10 0 0.23 0.10 86.54 0.5 0.8
Hex CE E5 B1 A 0 17 A 57 32 50
Octal 316 345 261 12 0 27 12 127 62 120
Binary 11001110 11100101 10110001 1010 0 10111 1010 1010111 110010 1010000

Color Harmonies of #CEE5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE5B1

Black with #CEE5B1

Text Example


Text Example

White with #CEE5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE5B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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