#CFDDE8

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

Shades of Pattens Blue #CFDDE8

Tints of Pattens Blue #CFDDE8

Color information

#CFDDE8 (or 0xCFDDE8) is unknown color: approx Pattens Blue. HEX triplet: CF, DD and E8. RGB value is (207,221,232). Sum of RGB (Red+Green+Blue) = 207+221+232=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 232 (91.02% from 255 or 35.15% from 660); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFDDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDE8 is #302217. Grayscale: #DADADA. Windows color (decimal): -3154456 or 15261135. OLE color: 15261135.

HSL color Cylindrical-coordinate representation of color #CFDDE8: hue angle of 206.4º 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 #CFDDE8 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207221232-
CMYK0.110.0500.09
HSL206.4º35.21%86.08%-
HSV(B)206.4º10.78%90.98%-
XYZ66.1570.886.52-
YUV218.07135.86120.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.36%
GREEN value IS 221 (86.72% from 255) = 33.48%
BLUE value IS 232 (91.02% from 255) = 35.15%
R=31.36%
G=33.48%
B=35.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072212320.110.0500.09206.435.2186.08
HexCFDDE8B509ce2356
Octal31733535013501131643126
Binary110011111101110111101000101110101001110011101000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDDE8; }

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

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

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

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

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

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

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

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