#CDDFF0

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

Shades of Pattens Blue #CDDFF0

Tints of Pattens Blue #CDDFF0

Color information

#CDDFF0 (or 0xCDDFF0) is unknown color: approx Pattens Blue. HEX triplet: CD, DF and F0. RGB value is (205,223,240). Sum of RGB (Red+Green+Blue) = 205+223+240=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDDFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFF0 is #32200F. Grayscale: #DBDBDB. Windows color (decimal): -3285008 or 15785933. OLE color: 15785933.

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

Color convert

RGB205223240-
CMYK0.150.0700.06
HSL209.14º53.85%87.25%-
HSV(B)209.14º14.58%94.12%-
XYZ67.2972.0592.8-
YUV219.56139.54117.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.69%
GREEN value IS 223 (87.5% from 255) = 33.38%
BLUE value IS 240 (94.14% from 255) = 35.93%
R=30.69%
G=33.38%
B=35.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052232400.150.0700.06209.1453.8587.25
HexCDDFF0F706d13657
Octal3153373601770632166127
Binary11001101110111111111000011111110110110100011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFF0; }

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

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

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

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

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

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

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

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