Html Css Color HEX #CFDDE1 Pattens Blue

📋 copy color: '#CFDDE1'

red 207 ◦ green 221 ◦ blue 225

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

Shades of Pattens Blue #CFDDE1

Tints of Pattens Blue #CFDDE1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.84%

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

R = 31.7%
G = 33.84%
B = 34.46%

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

#CFDDE1 (or 0xCFDDE1) is known color: Pattens Blue. HEX triplet: CF, DD and E1. RGB value is (207,221,225). Sum of RGB (Red+Green+Blue) = 207+221+225=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFDDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDE1 is #30221E. Grayscale: #D9D9D9. Windows color (decimal): -3154463 or 14802383. OLE color: 14802383.

HSL color Cylindrical-coordinate representation of color #CFDDE1: hue angle of 193.33º 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 #CFDDE1 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 221 225 -
CMYK 0.08 0.02 0 0.12
HSL 193.33º 0.23% 0.85% -
HSV(B) 193.33º 0.08% 0.88% -
XYZ 65.18 70.41 81.39 -
YUV 217.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 207 221 225 0.08 0.02 0 0.12 193.33 0.23 0.85
Hex CF DD E1 8 2 0 C C1 17 55
Octal 317 335 341 10 2 0 14 301 27 125
Binary 11001111 11011101 11100001 1000 10 0 1100 11000001 10111 1010101

Color Harmonies of #CFDDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDDE1

Black with #CFDDE1

Text Example


Text Example

White with #CFDDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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