#CBDDE0

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

Shades of Onahau #CBDDE0

Tints of Onahau #CBDDE0

Color information

#CBDDE0 (or 0xCBDDE0) is unknown color: approx Onahau. HEX triplet: CB, DD and E0. RGB value is (203,221,224). Sum of RGB (Red+Green+Blue) = 203+221+224=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBDDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDE0 is #34221F. Grayscale: #D7D7D7. Windows color (decimal): -3416608 or 14736843. OLE color: 14736843.

HSL color Cylindrical-coordinate representation of color #CBDDE0: hue angle of 188.57º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBDDE0 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203221224-
CMYK0.090.0100.12
HSL188.57º25.3%83.73%-
HSV(B)188.57º9.38%87.84%-
XYZ63.9469.7980.62-
YUV215.96132.54118.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.33%
GREEN value IS 221 (86.72% from 255) = 34.10%
BLUE value IS 224 (87.89% from 255) = 34.57%
R=31.33%
G=34.10%
B=34.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032212240.090.0100.12188.5725.383.73
HexCBDDE0910Cbd1954
Octal31333534011101427531124
Binary110010111101110111100000100110110010111101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDE0; }

 p { color: rgb(203,221,224); }

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

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

 a { background-color: rgb(203,221,224); }

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

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

 span { border-color: rgb(203,221,224); }

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