#CDDAE4

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

Shades of Pattens Blue #CDDAE4

Tints of Pattens Blue #CDDAE4

Color information

#CDDAE4 (or 0xCDDAE4) is unknown color: approx Pattens Blue. HEX triplet: CD, DA and E4. RGB value is (205,218,228). Sum of RGB (Red+Green+Blue) = 205+218+228=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 228 (89.45% from 255 or 35.02% from 651); Max value from RGB is 228 - color contains mainly: blue. Hex color #CDDAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDAE4 is #32251B. Grayscale: #D7D7D7. Windows color (decimal): -3286300 or 14998221. OLE color: 14998221.

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

Color convert

RGB205218228-
CMYK0.100.0400.11
HSL206.09º29.87%84.9%-
HSV(B)206.09º10.09%89.41%-
XYZ64.2568.7283.28-
YUV215.25135.19120.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.49%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 228 (89.45% from 255) = 35.02%
R=31.49%
G=33.49%
B=35.02%

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
Decimal2052182280.100.0400.11206.0929.8784.9
HexCDDAE4A40Bce1e55
Octal31533234412401331636125
Binary11001101110110101110010010101000101111001110111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAE4; }

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

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

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

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

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

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

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

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