Html Css Color HEX #CFDCE5 Pattens Blue

📋 copy color: '#CFDCE5'

red 207 ◦ green 220 ◦ blue 229

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

Shades of Pattens Blue #CFDCE5

Tints of Pattens Blue #CFDCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.91%

R = 31.55%
G = 33.54%
B = 34.91%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CFDCE5 (or 0xCFDCE5) is known color: Pattens Blue. HEX triplet: CF, DC and E5. RGB value is (207,220,229). Sum of RGB (Red+Green+Blue) = 207+220+229=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFDCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCE5 is #30231A. Grayscale: #D9D9D9. Windows color (decimal): -3154715 or 15064271. OLE color: 15064271.

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

Color convert

RGB 207 220 229 -
CMYK 0.10 0.04 0 0.10
HSL 204.55º 0.3% 0.85% -
HSV(B) 204.55º 0.1% 0.9% -
XYZ 65.47 70.11 84.21 -
YUV 217.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 207 220 229 0.10 0.04 0 0.10 204.55 0.3 0.85
Hex CF DC E5 A 4 0 A CD 1E 55
Octal 317 334 345 12 4 0 12 315 36 125
Binary 11001111 11011100 11100101 1010 100 0 1010 11001101 11110 1010101

Color Harmonies of #CFDCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDCE5

Black with #CFDCE5

Text Example


Text Example

White with #CFDCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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