#CDDFEE

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

Shades of Pattens Blue #CDDFEE

Tints of Pattens Blue #CDDFEE

Color information

#CDDFEE (or 0xCDDFEE) is unknown color: approx Pattens Blue. HEX triplet: CD, DF and EE. RGB value is (205,223,238). Sum of RGB (Red+Green+Blue) = 205+223+238=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDDFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFEE is #322011. Grayscale: #DBDBDB. Windows color (decimal): -3285010 or 15654861. OLE color: 15654861.

HSL color Cylindrical-coordinate representation of color #CDDFEE: hue angle of 207.27º degrees, saturation: 0.49, 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 #CDDFEE is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205223238-
CMYK0.140.0600.07
HSL207.27º49.25%86.86%-
HSV(B)207.27º13.87%93.33%-
XYZ6771.9391.24-
YUV219.33138.54117.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.78%
GREEN value IS 223 (87.5% from 255) = 33.48%
BLUE value IS 238 (93.36% from 255) = 35.74%
R=30.78%
G=33.48%
B=35.74%

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
Decimal2052232380.140.0600.07207.2749.2586.86
HexCDDFEEE607cf3157
Octal3153373561660731761127
Binary11001101110111111110111011101100111110011111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFEE; }

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

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

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

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

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

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

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

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