#CFDEE8

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

Shades of Pattens Blue #CFDEE8

Tints of Pattens Blue #CFDEE8

Color information

#CFDEE8 (or 0xCFDEE8) is unknown color: approx Pattens Blue. HEX triplet: CF, DE and E8. RGB value is (207,222,232). Sum of RGB (Red+Green+Blue) = 207+222+232=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 232 (91.02% from 255 or 35.10% from 661); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFDEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDEE8 is #302117. Grayscale: #DADADA. Windows color (decimal): -3154200 or 15261391. OLE color: 15261391.

HSL color Cylindrical-coordinate representation of color #CFDEE8: hue angle of 204º degrees, saturation: 0.35, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFDEE8 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207222232-
CMYK0.110.0400.09
HSL204º35.21%86.08%-
HSV(B)204º10.78%90.98%-
XYZ66.4271.3386.61-
YUV218.66135.53119.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.32%
GREEN value IS 222 (87.11% from 255) = 33.59%
BLUE value IS 232 (91.02% from 255) = 35.10%
R=31.32%
G=33.59%
B=35.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072222320.110.0400.0920435.2186.08
HexCFDEE8B409cc2356
Octal31733635013401131443126
Binary110011111101111011101000101110001001110011001000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDEE8; }

 p { color: rgb(207,222,232); }

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

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

 a { background-color: rgb(207,222,232); }

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

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

 span { border-color: rgb(207,222,232); }

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