#CCDBE1

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

Shades of Pattens Blue #CCDBE1

Tints of Pattens Blue #CCDBE1

Color information

#CCDBE1 (or 0xCCDBE1) is unknown color: approx Pattens Blue. HEX triplet: CC, DB and E1. RGB value is (204,219,225). Sum of RGB (Red+Green+Blue) = 204+219+225=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 219 (85.94% from 255 or 33.80% 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 #CCDBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBE1 is #33241E. Grayscale: #D7D7D7. Windows color (decimal): -3351583 or 14801868. OLE color: 14801868.

HSL color Cylindrical-coordinate representation of color #CCDBE1: hue angle of 197.14º degrees, saturation: 0.26, 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 #CCDBE1 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204219225-
CMYK0.090.0300.12
HSL197.14º25.93%84.12%-
HSV(B)197.14º9.33%88.24%-
XYZ63.8268.9481.18-
YUV215.2133.53120.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.48%
GREEN value IS 219 (85.94% from 255) = 33.80%
BLUE value IS 225 (88.28% from 255) = 34.72%
R=31.48%
G=33.80%
B=34.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042192250.090.0300.12197.1425.9384.12
HexCCDBE1930Cc51a54
Octal31433334111301430532124
Binary1100110011011011111000011001110110011000101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBE1; }

 p { color: rgb(204,219,225); }

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

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

 a { background-color: rgb(204,219,225); }

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

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

 span { border-color: rgb(204,219,225); }

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