#CDDCE2

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

Shades of Pattens Blue #CDDCE2

Tints of Pattens Blue #CDDCE2

Color information

#CDDCE2 (or 0xCDDCE2) is unknown color: approx Pattens Blue. HEX triplet: CD, DC and E2. RGB value is (205,220,226). Sum of RGB (Red+Green+Blue) = 205+220+226=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 226 - color contains mainly: blue. Hex color #CDDCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCE2 is #32231D. Grayscale: #D8D8D8. Windows color (decimal): -3285790 or 14867661. OLE color: 14867661.

HSL color Cylindrical-coordinate representation of color #CDDCE2: hue angle of 197.14º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDDCE2 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB205220226-
CMYK0.090.0300.11
HSL197.14º26.58%84.51%-
HSV(B)197.14º9.29%88.63%-
XYZ64.569.6682-
YUV216.2133.53120.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.49%
GREEN value IS 220 (86.33% from 255) = 33.79%
BLUE value IS 226 (88.67% from 255) = 34.72%
R=31.49%
G=33.79%
B=34.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052202260.090.0300.11197.1426.5884.51
HexCDDCE2930Bc51b55
Octal31533434211301330533125
Binary1100110111011100111000101001110101111000101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCE2; }

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

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

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

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

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

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

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

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