#CCDBE7

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

Shades of Pattens Blue #CCDBE7

Tints of Pattens Blue #CCDBE7

Color information

#CCDBE7 (or 0xCCDBE7) is unknown color: approx Pattens Blue. HEX triplet: CC, DB and E7. RGB value is (204,219,231). Sum of RGB (Red+Green+Blue) = 204+219+231=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 231 (90.62% from 255 or 35.32% from 654); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCDBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDBE7 is #332418. Grayscale: #D7D7D7. Windows color (decimal): -3351577 or 15195084. OLE color: 15195084.

HSL color Cylindrical-coordinate representation of color #CCDBE7: hue angle of 206.67º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCDBE7 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204219231-
CMYK0.120.0500.09
HSL206.67º36%85.29%-
HSV(B)206.67º11.69%90.59%-
XYZ64.6669.2785.56-
YUV215.88136.53119.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.19%
GREEN value IS 219 (85.94% from 255) = 33.49%
BLUE value IS 231 (90.62% from 255) = 35.32%
R=31.19%
G=33.49%
B=35.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042192310.120.0500.09206.673685.29
HexCCDBE7C509cf2455
Octal31433334714501131744125
Binary110011001101101111100111110010101001110011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBE7; }

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

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

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

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

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

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

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

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