Html Css Color HEX #CBE4EC Onahau

📋 copy color: '#CBE4EC'

red 203 ◦ green 228 ◦ blue 236

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

Shades of Onahau #CBE4EC

Tints of Onahau #CBE4EC

RGB

 RED value IS 203 (79.69% from 255) = 30.43%

 GREEN value IS 228 (89.45% from 255) = 34.18%

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

R = 30.43%
G = 34.18%
B = 35.38%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBE4EC (or 0xCBE4EC) is known color: Onahau. HEX triplet: CB, E4 and EC. RGB value is (203,228,236). Sum of RGB (Red+Green+Blue) = 203+228+236=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 228 (89.45% from 255 or 34.18% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE4EC is #341B13. Grayscale: #DDDDDD. Windows color (decimal): -3414804 or 15525067. OLE color: 15525067.

HSL color Cylindrical-coordinate representation of color #CBE4EC: hue angle of 194.55º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBE4EC is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 228 236 -
CMYK 0.14 0.03 0 0.07
HSL 194.55º 0.46% 0.86% -
HSV(B) 194.55º 0.14% 0.93% -
XYZ 67.51 74.24 90.13 -
YUV 221.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 203 228 236 0.14 0.03 0 0.07 194.55 0.46 0.86
Hex CB E4 EC E 3 0 7 C3 2E 56
Octal 313 344 354 16 3 0 7 303 56 126
Binary 11001011 11100100 11101100 1110 11 0 111 11000011 101110 1010110

Color Harmonies of #CBE4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE4EC

Black with #CBE4EC

Text Example


Text Example

White with #CBE4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE4EC; }

 p { color: rgb(203,228,236); }

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

background-color css

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

 a { background-color: rgb(203,228,236); }

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

border-color css

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

 span { border-color: rgb(203,228,236); }

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