#CDDFE8

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

Shades of Pattens Blue #CDDFE8

Tints of Pattens Blue #CDDFE8

Color information

#CDDFE8 (or 0xCDDFE8) is unknown color: approx Pattens Blue. HEX triplet: CD, DF and E8. RGB value is (205,223,232). Sum of RGB (Red+Green+Blue) = 205+223+232=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 232 (91.02% from 255 or 35.15% from 660); Max value from RGB is 232 - color contains mainly: blue. Hex color #CDDFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFE8 is #322017. Grayscale: #DADADA. Windows color (decimal): -3285016 or 15261645. OLE color: 15261645.

HSL color Cylindrical-coordinate representation of color #CDDFE8: hue angle of 200º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDDFE8 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205223232-
CMYK0.120.0400.09
HSL200º36.99%85.69%-
HSV(B)200º11.64%90.98%-
XYZ66.1371.5886.67-
YUV218.64135.54118.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.06%
GREEN value IS 223 (87.5% from 255) = 33.79%
BLUE value IS 232 (91.02% from 255) = 35.15%
R=31.06%
G=33.79%
B=35.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052232320.120.0400.0920036.9985.69
HexCDDFE8C409c82556
Octal31533735014401131045126
Binary110011011101111111101000110010001001110010001001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFE8; }

 p { color: rgb(205,223,232); }

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

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

 a { background-color: rgb(205,223,232); }

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

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

 span { border-color: rgb(205,223,232); }

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