#CBE1E7

Color #CBE1E7 Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #CBE1E7

Tints of Onahau #CBE1E7

Color information

#CBE1E7 (or 0xCBE1E7) is unknown color: approx Onahau. HEX triplet: CB, E1 and E7. RGB value is (203,225,231). Sum of RGB (Red+Green+Blue) = 203+225+231=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 225 (88.28% from 255 or 34.14% from 659); Blue value is 231 (90.62% from 255 or 35.05% from 659); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBE1E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE1E7 is #341E18. Grayscale: #DBDBDB. Windows color (decimal): -3415577 or 15196619. OLE color: 15196619.

HSL color Cylindrical-coordinate representation of color #CBE1E7: hue angle of 192.86º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBE1E7 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203225231-
CMYK0.120.0300.09
HSL192.86º36.84%85.1%-
HSV(B)192.86º12.12%90.59%-
XYZ65.9872.3286.08-
YUV219.11134.71116.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.80%
GREEN value IS 225 (88.28% from 255) = 34.14%
BLUE value IS 231 (90.62% from 255) = 35.05%
R=30.80%
G=34.14%
B=35.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032252310.120.0300.09192.8636.8485.1
HexCBE1E7C309c12555
Octal31334134714301130145125
Binary11001011111000011110011111001101001110000011001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE1E7; }

 p { color: rgb(203,225,231); }

 H1.HeaderClassName
 {
   color: #CBE1E7;
 }
 .AnyTagClassName
 {
   color: #CBE1E7;
 }
</style>
background-color css

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

 a { background-color: rgb(203,225,231); }

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

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

 span { border-color: rgb(203,225,231); }

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