#CDDCE4

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

Shades of Pattens Blue #CDDCE4

Tints of Pattens Blue #CDDCE4

Color information

#CDDCE4 (or 0xCDDCE4) is unknown color: approx Pattens Blue. HEX triplet: CD, DC and E4. RGB value is (205,220,228). Sum of RGB (Red+Green+Blue) = 205+220+228=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 228 (89.45% from 255 or 34.92% from 653); Max value from RGB is 228 - color contains mainly: blue. Hex color #CDDCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCE4 is #32231B. Grayscale: #D8D8D8. Windows color (decimal): -3285788 or 14998733. OLE color: 14998733.

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

Color convert

RGB205220228-
CMYK0.100.0400.11
HSL200.87º29.87%84.9%-
HSV(B)200.87º10.09%89.41%-
XYZ64.7769.7783.45-
YUV216.43134.53119.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.39%
GREEN value IS 220 (86.33% from 255) = 33.69%
BLUE value IS 228 (89.45% from 255) = 34.92%
R=31.39%
G=33.69%
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
Decimal2052202280.100.0400.11200.8729.8784.9
HexCDDCE4A40Bc91e55
Octal31533434412401331136125
Binary11001101110111001110010010101000101111001001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCE4; }

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

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

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

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

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

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

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

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