Html Css Color HEX #CFDCE4 Pattens Blue

📋 copy color: '#CFDCE4'

red 207 ◦ green 220 ◦ blue 228

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

Shades of Pattens Blue #CFDCE4

Tints of Pattens Blue #CFDCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.81%

R = 31.6%
G = 33.59%
B = 34.81%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CFDCE4 (or 0xCFDCE4) is known color: 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

RGB 207 220 228 -
CMYK 0.09 0.04 0 0.11
HSL 202.86º 0.28% 0.85% -
HSV(B) 202.86º 0.09% 0.89% -
XYZ 65.33 70.05 83.48 -
YUV 217.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 207 220 228 0.09 0.04 0 0.11 202.86 0.28 0.85
Hex CF DC E4 9 4 0 B CB 1C 55
Octal 317 334 344 11 4 0 13 313 34 125
Binary 11001111 11011100 11100100 1001 100 0 1011 11001011 11100 1010101

Color Harmonies of #CFDCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDCE4

Black with #CFDCE4

Text Example


Text Example

White with #CFDCE4

Text Example


Text Example

HTML Codes & Css Web 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>