#CDDFED

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

Shades of Pattens Blue #CDDFED

Tints of Pattens Blue #CDDFED

Color information

#CDDFED (or 0xCDDFED) is unknown color: approx Pattens Blue. HEX triplet: CD, DF and ED. RGB value is (205,223,237). Sum of RGB (Red+Green+Blue) = 205+223+237=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDDFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFED is #322012. Grayscale: #DBDBDB. Windows color (decimal): -3285011 or 15589325. OLE color: 15589325.

HSL color Cylindrical-coordinate representation of color #CDDFED: hue angle of 206.25º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDDFED is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205223237-
CMYK0.140.0600.07
HSL206.25º47.06%86.67%-
HSV(B)206.25º13.5%92.94%-
XYZ66.8571.8790.47-
YUV219.21138.04117.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.83%
GREEN value IS 223 (87.5% from 255) = 33.53%
BLUE value IS 237 (92.97% from 255) = 35.64%
R=30.83%
G=33.53%
B=35.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052232370.140.0600.07206.2547.0686.67
HexCDDFEDE607ce2f57
Octal3153373551660731657127
Binary11001101110111111110110111101100111110011101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFED; }

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

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

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

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

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

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

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

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