#CFDCE4

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

Shades of Pattens Blue #CFDCE4

Tints of Pattens Blue #CFDCE4

Color information

#CFDCE4 (or 0xCFDCE4) is unknown color: approx Pattens Blue. HEX triplet: CF, DC and E4. RGB value is (207,220,228). Sum of RGB (Red+Green+Blue) = 207+220+228=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 228 (89.45% from 255 or 34.81% from 655); Max value from RGB is 228 - color contains mainly: blue. Hex color #CFDCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCE4 is #30231B. Grayscale: #D8D8D8. Windows color (decimal): -3154716 or 14998735. OLE color: 14998735.

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

Color convert

RGB207220228-
CMYK0.090.0400.11
HSL202.86º28%85.29%-
HSV(B)202.86º9.21%89.41%-
XYZ65.3370.0583.48-
YUV217.02134.19120.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.60%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 228 (89.45% from 255) = 34.81%
R=31.60%
G=33.59%
B=34.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072202280.090.0400.11202.862885.29
HexCFDCE4940Bcb1c55
Octal31733434411401331334125
Binary11001111110111001110010010011000101111001011111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCE4; }

 p { color: rgb(207,220,228); }

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

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

 a { background-color: rgb(207,220,228); }

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

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

 span { border-color: rgb(207,220,228); }

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