#CBDDE1

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

Shades of Onahau #CBDDE1

Tints of Onahau #CBDDE1

Color information

#CBDDE1 (or 0xCBDDE1) is unknown color: approx Onahau. HEX triplet: CB, DD and E1. RGB value is (203,221,225). Sum of RGB (Red+Green+Blue) = 203+221+225=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBDDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDE1 is #34221E. Grayscale: #D8D8D8. Windows color (decimal): -3416607 or 14802379. OLE color: 14802379.

HSL color Cylindrical-coordinate representation of color #CBDDE1: hue angle of 190.91º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBDDE1 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203221225-
CMYK0.100.0200.12
HSL190.91º26.83%83.92%-
HSV(B)190.91º9.78%88.24%-
XYZ64.0869.8581.34-
YUV216.07133.04118.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.28%
GREEN value IS 221 (86.72% from 255) = 34.05%
BLUE value IS 225 (88.28% from 255) = 34.67%
R=31.28%
G=34.05%
B=34.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032212250.100.0200.12190.9126.8383.92
HexCBDDE1A20Cbf1b54
Octal31333534112201427733124
Binary1100101111011101111000011010100110010111111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDE1; }

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

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

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

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

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

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

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

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