Html Css Color HEX #CFDCE1 Pattens Blue

📋 copy color: '#CFDCE1'

red 207 ◦ green 220 ◦ blue 225

#CFDCE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #CFDCE1

Tints of Pattens Blue #CFDCE1

RGB

 RED value IS 207 (81.25% from 255) = 31.75%

 GREEN value IS 220 (86.33% from 255) = 33.74%

 BLUE value IS 225 (88.28% from 255) = 34.51%

R = 31.75%
G = 33.74%
B = 34.51%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CFDCE1 (or 0xCFDCE1) is known color: Pattens Blue. HEX triplet: CF, DC and E1. RGB value is (207,220,225). Sum of RGB (Red+Green+Blue) = 207+220+225=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFDCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCE1 is #30231E. Grayscale: #D8D8D8. Windows color (decimal): -3154719 or 14802127. OLE color: 14802127.

HSL color Cylindrical-coordinate representation of color #CFDCE1: hue angle of 196.67º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFDCE1 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 220 225 -
CMYK 0.08 0.02 0 0.12
HSL 196.67º 0.23% 0.85% -
HSV(B) 196.67º 0.08% 0.88% -
XYZ 64.92 69.89 81.3 -
YUV 216.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 207 220 225 0.08 0.02 0 0.12 196.67 0.23 0.85
Hex CF DC E1 8 2 0 C C5 17 55
Octal 317 334 341 10 2 0 14 305 27 125
Binary 11001111 11011100 11100001 1000 10 0 1100 11000101 10111 1010101

Color Harmonies of #CFDCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDCE1

Black with #CFDCE1

Text Example


Text Example

White with #CFDCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDCE1; }

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

 H1.HeaderClassName
 {
   color: #CFDCE1;
 }
 .AnyTagClassName
 {
   color: #CFDCE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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