#CDDBE7

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

Shades of Pattens Blue #CDDBE7

Tints of Pattens Blue #CDDBE7

Color information

#CDDBE7 (or 0xCDDBE7) is unknown color: approx Pattens Blue. HEX triplet: CD, DB and E7. RGB value is (205,219,231). Sum of RGB (Red+Green+Blue) = 205+219+231=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 231 (90.62% from 255 or 35.27% from 655); Max value from RGB is 231 - color contains mainly: blue. Hex color #CDDBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBE7 is #322418. Grayscale: #D8D8D8. Windows color (decimal): -3286041 or 15195085. OLE color: 15195085.

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

Color convert

RGB205219231-
CMYK0.110.0500.09
HSL207.69º35.14%85.49%-
HSV(B)207.69º11.26%90.59%-
XYZ64.9369.4185.58-
YUV216.18136.36120.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.30%
GREEN value IS 219 (85.94% from 255) = 33.44%
BLUE value IS 231 (90.62% from 255) = 35.27%
R=31.30%
G=33.44%
B=35.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052192310.110.0500.09207.6935.1485.49
HexCDDBE7B509d02355
Octal31533334713501132043125
Binary110011011101101111100111101110101001110100001000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBE7; }

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

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

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

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

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

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

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

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