#CDDFEF

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

Shades of Pattens Blue #CDDFEF

Tints of Pattens Blue #CDDFEF

Color information

#CDDFEF (or 0xCDDFEF) is unknown color: approx Pattens Blue. HEX triplet: CD, DF and EF. RGB value is (205,223,239). Sum of RGB (Red+Green+Blue) = 205+223+239=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDDFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFEF is #322010. Grayscale: #DBDBDB. Windows color (decimal): -3285009 or 15720397. OLE color: 15720397.

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

Color convert

RGB205223239-
CMYK0.140.0700.06
HSL208.24º51.52%87.06%-
HSV(B)208.24º14.23%93.73%-
XYZ67.1471.9992.02-
YUV219.44139.04117.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.73%
GREEN value IS 223 (87.5% from 255) = 33.43%
BLUE value IS 239 (93.75% from 255) = 35.83%
R=30.73%
G=33.43%
B=35.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052232390.140.0700.06208.2451.5287.06
HexCDDFEFE706d03457
Octal3153373571670632064127
Binary11001101110111111110111111101110110110100001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFEF; }

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

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

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

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

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

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

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

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