#CDDAE3

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

Shades of Pattens Blue #CDDAE3

Tints of Pattens Blue #CDDAE3

Color information

#CDDAE3 (or 0xCDDAE3) is unknown color: approx Pattens Blue. HEX triplet: CD, DA and E3. RGB value is (205,218,227). Sum of RGB (Red+Green+Blue) = 205+218+227=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 218 (85.55% from 255 or 33.54% 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 #CDDAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDAE3 is #32251C. Grayscale: #D7D7D7. Windows color (decimal): -3286301 or 14932685. OLE color: 14932685.

HSL color Cylindrical-coordinate representation of color #CDDAE3: hue angle of 204.55º degrees, saturation: 0.28, 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 #CDDAE3 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB205218227-
CMYK0.100.0400.11
HSL204.55º28.21%84.71%-
HSV(B)204.55º9.69%89.02%-
XYZ64.1168.6782.55-
YUV215.14134.69120.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.54%
GREEN value IS 218 (85.55% from 255) = 33.54%
BLUE value IS 227 (89.06% from 255) = 34.92%
R=31.54%
G=33.54%
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
Decimal2052182270.100.0400.11204.5528.2184.71
HexCDDAE3A40Bcd1c55
Octal31533234312401331534125
Binary11001101110110101110001110101000101111001101111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAE3; }

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

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

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

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

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

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

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

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