Html Css Color HEX #CEE7EC Onahau

📋 copy color: '#CEE7EC'

red 206 ◦ green 231 ◦ blue 236

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

Shades of Onahau #CEE7EC

Tints of Onahau #CEE7EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.07%

R = 30.61%
G = 34.32%
B = 35.07%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CEE7EC (or 0xCEE7EC) is known color: Onahau. HEX triplet: CE, E7 and EC. RGB value is (206,231,236). Sum of RGB (Red+Green+Blue) = 206+231+236=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 231 (90.62% from 255 or 34.32% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEE7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE7EC is #311813. Grayscale: #E0E0E0. Windows color (decimal): -3217428 or 15525838. OLE color: 15525838.

HSL color Cylindrical-coordinate representation of color #CEE7EC: hue angle of 190º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEE7EC is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 231 236 -
CMYK 0.13 0.02 0 0.07
HSL 190º 0.44% 0.87% -
HSV(B) 190º 0.13% 0.93% -
XYZ 69.17 76.33 90.44 -
YUV 224.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 206 231 236 0.13 0.02 0 0.07 190 0.44 0.87
Hex CE E7 EC D 2 0 7 BE 2C 57
Octal 316 347 354 15 2 0 7 276 54 127
Binary 11001110 11100111 11101100 1101 10 0 111 10111110 101100 1010111

Color Harmonies of #CEE7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE7EC

Black with #CEE7EC

Text Example


Text Example

White with #CEE7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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