#CDDAE6

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

Shades of Pattens Blue #CDDAE6

Tints of Pattens Blue #CDDAE6

Color information

#CDDAE6 (or 0xCDDAE6) is unknown color: approx Pattens Blue. HEX triplet: CD, DA and E6. RGB value is (205,218,230). Sum of RGB (Red+Green+Blue) = 205+218+230=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 230 - color contains mainly: blue. Hex color #CDDAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAE6 is #322519. Grayscale: #D7D7D7. Windows color (decimal): -3286298 or 15129293. OLE color: 15129293.

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

Color convert

RGB205218230-
CMYK0.110.0500.10
HSL208.8º33.33%85.29%-
HSV(B)208.8º10.87%90.2%-
XYZ64.5368.8484.75-
YUV215.48136.19120.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.39%
GREEN value IS 218 (85.55% from 255) = 33.38%
BLUE value IS 230 (90.23% from 255) = 35.22%
R=31.39%
G=33.38%
B=35.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052182300.110.0500.10208.833.3385.29
HexCDDAE6B50Ad12155
Octal31533234613501232141125
Binary110011011101101011100110101110101010110100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAE6; }

 p { color: rgb(205,218,230); }

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

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

 a { background-color: rgb(205,218,230); }

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

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

 span { border-color: rgb(205,218,230); }

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