#CCDBE3

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

Shades of Pattens Blue #CCDBE3

Tints of Pattens Blue #CCDBE3

Color information

#CCDBE3 (or 0xCCDBE3) is unknown color: approx Pattens Blue. HEX triplet: CC, DB and E3. RGB value is (204,219,227). Sum of RGB (Red+Green+Blue) = 204+219+227=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 227 (89.06% from 255 or 34.92% from 650); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCDBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBE3 is #33241C. Grayscale: #D7D7D7. Windows color (decimal): -3351581 or 14932940. OLE color: 14932940.

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

Color convert

RGB204219227-
CMYK0.100.0400.11
HSL200.87º29.11%84.51%-
HSV(B)200.87º10.13%89.02%-
XYZ64.169.0582.62-
YUV215.43134.53119.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 219 (85.94% from 255) = 33.69%
BLUE value IS 227 (89.06% from 255) = 34.92%
R=31.38%
G=33.69%
B=34.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042192270.100.0400.11200.8729.1184.51
HexCCDBE3A40Bc91d55
Octal31433334312401331135125
Binary11001100110110111110001110101000101111001001111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBE3; }

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

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

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

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

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

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

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

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