#CFE0ED

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

Shades of Pattens Blue #CFE0ED

Tints of Pattens Blue #CFE0ED

Color information

#CFE0ED (or 0xCFE0ED) is unknown color: approx Pattens Blue. HEX triplet: CF, E0 and ED. RGB value is (207,224,237). Sum of RGB (Red+Green+Blue) = 207+224+237=668 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.99% from 668); Green value is 224 (87.89% from 255 or 33.53% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFE0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE0ED is #301F12. Grayscale: #DCDCDC. Windows color (decimal): -3153683 or 15589583. OLE color: 15589583.

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

Color convert

RGB207224237-
CMYK0.130.0500.07
HSL206º45.45%87.06%-
HSV(B)206º12.66%92.94%-
XYZ67.6772.6990.58-
YUV220.4137.37118.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.99%
GREEN value IS 224 (87.89% from 255) = 33.53%
BLUE value IS 237 (92.97% from 255) = 35.48%
R=30.99%
G=33.53%
B=35.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072242370.130.0500.0720645.4587.06
HexCFE0EDD507ce2d57
Octal3173403551550731655127
Binary11001111111000001110110111011010111110011101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE0ED; }

 p { color: rgb(207,224,237); }

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

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

 a { background-color: rgb(207,224,237); }

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

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

 span { border-color: rgb(207,224,237); }

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