#CFDDE3

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

Shades of Pattens Blue #CFDDE3

Tints of Pattens Blue #CFDDE3

Color information

#CFDDE3 (or 0xCFDDE3) is unknown color: approx Pattens Blue. HEX triplet: CF, DD and E3. RGB value is (207,221,227). Sum of RGB (Red+Green+Blue) = 207+221+227=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 227 (89.06% from 255 or 34.66% from 655); Max value from RGB is 227 - color contains mainly: blue. Hex color #CFDDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDE3 is #30221C. Grayscale: #D9D9D9. Windows color (decimal): -3154461 or 14933455. OLE color: 14933455.

HSL color Cylindrical-coordinate representation of color #CFDDE3: hue angle of 198º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFDDE3 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB207221227-
CMYK0.090.0300.11
HSL198º26.32%85.1%-
HSV(B)198º8.81%89.02%-
XYZ65.4570.5282.84-
YUV217.5133.36120.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.60%
GREEN value IS 221 (86.72% from 255) = 33.74%
BLUE value IS 227 (89.06% from 255) = 34.66%
R=31.60%
G=33.74%
B=34.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072212270.090.0300.1119826.3285.1
HexCFDDE3930Bc61a55
Octal31733534311301330632125
Binary1100111111011101111000111001110101111000110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDDE3; }

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

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

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

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

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

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

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

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