#CDDAE5

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

Shades of Pattens Blue #CDDAE5

Tints of Pattens Blue #CDDAE5

Color information

#CDDAE5 (or 0xCDDAE5) is unknown color: approx Pattens Blue. HEX triplet: CD, DA and E5. RGB value is (205,218,229). Sum of RGB (Red+Green+Blue) = 205+218+229=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 229 - color contains mainly: blue. Hex color #CDDAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDAE5 is #32251A. Grayscale: #D7D7D7. Windows color (decimal): -3286299 or 15063757. OLE color: 15063757.

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

Color convert

RGB205218229-
CMYK0.100.0500.10
HSL207.5º31.58%85.1%-
HSV(B)207.5º10.48%89.8%-
XYZ64.3968.7884.01-
YUV215.37135.69120.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.44%
GREEN value IS 218 (85.55% from 255) = 33.44%
BLUE value IS 229 (89.84% from 255) = 35.12%
R=31.44%
G=33.44%
B=35.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052182290.100.0500.10207.531.5885.1
HexCDDAE5A50Ad02055
Octal31533234512501232040125
Binary110011011101101011100101101010101010110100001000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAE5; }

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

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

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

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

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

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

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

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