#CBDDE4

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

Shades of Pattens Blue #CBDDE4

Tints of Pattens Blue #CBDDE4

Color information

#CBDDE4 (or 0xCBDDE4) is unknown color: approx Pattens Blue. HEX triplet: CB, DD and E4. RGB value is (203,221,228). Sum of RGB (Red+Green+Blue) = 203+221+228=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBDDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDE4 is #34221B. Grayscale: #D8D8D8. Windows color (decimal): -3416604 or 14998987. OLE color: 14998987.

HSL color Cylindrical-coordinate representation of color #CBDDE4: hue angle of 196.8º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBDDE4 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB203221228-
CMYK0.110.0300.11
HSL196.8º31.65%84.51%-
HSV(B)196.8º10.96%89.41%-
XYZ64.4970.0183.51-
YUV216.42134.54118.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.13%
GREEN value IS 221 (86.72% from 255) = 33.90%
BLUE value IS 228 (89.45% from 255) = 34.97%
R=31.13%
G=33.90%
B=34.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032212280.110.0300.11196.831.6584.51
HexCBDDE4B30Bc52055
Octal31333534413301330540125
Binary11001011110111011110010010111101011110001011000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDE4; }

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

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

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

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

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

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

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

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