Html Css Color HEX #CEEBB0 Reef

📋 copy color: '#CEEBB0'

red 206 ◦ green 235 ◦ blue 176

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

Shades of Reef #CEEBB0

Tints of Reef #CEEBB0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.09%

 BLUE value IS 176 (69.14% from 255) = 28.53%

R = 33.39%
G = 38.09%
B = 28.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#CEEBB0 (or 0xCEEBB0) is known color: Reef. HEX triplet: CE, EB and B0. RGB value is (206,235,176). Sum of RGB (Red+Green+Blue) = 206+235+176=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 176 (69.14% from 255 or 28.53% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEBB0 is #31144F. Grayscale: #DBDBDB. Windows color (decimal): -3216464 or 11594702. OLE color: 11594702.

HSL color Cylindrical-coordinate representation of color #CEEBB0: hue angle of 89.49º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEEBB0 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 235 176 -
CMYK 0.12 0 0.25 0.08
HSL 89.49º 0.6% 0.81% -
HSV(B) 89.49º 0.25% 0.92% -
XYZ 63 75.67 52.36 -
YUV 219.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 206 235 176 0.12 0 0.25 0.08 89.49 0.6 0.81
Hex CE EB B0 C 0 19 8 59 3C 51
Octal 316 353 260 14 0 31 10 131 74 121
Binary 11001110 11101011 10110000 1100 0 11001 1000 1011001 111100 1010001

Color Harmonies of #CEEBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEBB0

Black with #CEEBB0

Text Example


Text Example

White with #CEEBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEBB0; }

 p { color: rgb(206,235,176); }

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

background-color css

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

 a { background-color: rgb(206,235,176); }

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

border-color css

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

 span { border-color: rgb(206,235,176); }

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