#CBDCE1

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

Shades of Onahau #CBDCE1

Tints of Onahau #CBDCE1

Color information

#CBDCE1 (or 0xCBDCE1) is unknown color: approx Onahau. HEX triplet: CB, DC and E1. RGB value is (203,220,225). Sum of RGB (Red+Green+Blue) = 203+220+225=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 225 (88.28% from 255 or 34.72% from 648); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBDCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCE1 is #34231E. Grayscale: #D7D7D7. Windows color (decimal): -3416863 or 14802123. OLE color: 14802123.

HSL color Cylindrical-coordinate representation of color #CBDCE1: hue angle of 193.64º 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 #CBDCE1 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203220225-
CMYK0.100.0200.12
HSL193.64º26.83%83.92%-
HSV(B)193.64º9.78%88.24%-
XYZ63.8169.3281.25-
YUV215.49133.37119.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.33%
GREEN value IS 220 (86.33% from 255) = 33.95%
BLUE value IS 225 (88.28% from 255) = 34.72%
R=31.33%
G=33.95%
B=34.72%

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
Decimal2032202250.100.0200.12193.6426.8383.92
HexCBDCE1A20Cc21b54
Octal31333434112201430233124
Binary1100101111011100111000011010100110011000010110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCE1; }

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

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

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

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

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

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

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

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