Html Css Color HEX #CFDCE9 Pattens Blue

📋 copy color: '#CFDCE9'

red 207 ◦ green 220 ◦ blue 233

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

Shades of Pattens Blue #CFDCE9

Tints of Pattens Blue #CFDCE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.3%

R = 31.36%
G = 33.33%
B = 35.3%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CFDCE9 (or 0xCFDCE9) is known color: Pattens Blue. HEX triplet: CF, DC and E9. RGB value is (207,220,233). Sum of RGB (Red+Green+Blue) = 207+220+233=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 233 (91.41% from 255 or 35.30% from 660); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFDCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDCE9 is #302316. Grayscale: #D9D9D9. Windows color (decimal): -3154711 or 15326415. OLE color: 15326415.

HSL color Cylindrical-coordinate representation of color #CFDCE9: hue angle of 210º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFDCE9 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 220 233 -
CMYK 0.11 0.06 0 0.09
HSL 210º 0.37% 0.86% -
HSV(B) 210º 0.11% 0.91% -
XYZ 66.03 70.33 87.19 -
YUV 217.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 207 220 233 0.11 0.06 0 0.09 210 0.37 0.86
Hex CF DC E9 B 6 0 9 D2 25 56
Octal 317 334 351 13 6 0 11 322 45 126
Binary 11001111 11011100 11101001 1011 110 0 1001 11010010 100101 1010110

Color Harmonies of #CFDCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDCE9

Black with #CFDCE9

Text Example


Text Example

White with #CFDCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDCE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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