#CFDFE6

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

Shades of Pattens Blue #CFDFE6

Tints of Pattens Blue #CFDFE6

Color information

#CFDFE6 (or 0xCFDFE6) is unknown color: approx Pattens Blue. HEX triplet: CF, DF and E6. RGB value is (207,223,230). Sum of RGB (Red+Green+Blue) = 207+223+230=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFDFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDFE6 is #302019. Grayscale: #DADADA. Windows color (decimal): -3153946 or 15130575. OLE color: 15130575.

HSL color Cylindrical-coordinate representation of color #CFDFE6: hue angle of 198.26º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFDFE6 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB207223230-
CMYK0.100.0300.10
HSL198.26º31.51%85.69%-
HSV(B)198.26º10%90.2%-
XYZ66.471.7585.21-
YUV219.01134.2119.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.36%
GREEN value IS 223 (87.5% from 255) = 33.79%
BLUE value IS 230 (90.23% from 255) = 34.85%
R=31.36%
G=33.79%
B=34.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072232300.100.0300.10198.2631.5185.69
HexCFDFE6A30Ac62056
Octal31733734612301230640126
Binary11001111110111111110011010101101010110001101000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDFE6; }

 p { color: rgb(207,223,230); }

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

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

 a { background-color: rgb(207,223,230); }

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

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

 span { border-color: rgb(207,223,230); }

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