Html Css Color HEX #CFDEE7 Pattens Blue

📋 copy color: '#CFDEE7'

red 207 ◦ green 222 ◦ blue 231

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

Shades of Pattens Blue #CFDEE7

Tints of Pattens Blue #CFDEE7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.64%

 BLUE value IS 231 (90.63% from 255) = 35%

R = 31.36%
G = 33.64%
B = 35%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CFDEE7 (or 0xCFDEE7) is known color: Pattens Blue. HEX triplet: CF, DE and E7. RGB value is (207,222,231). Sum of RGB (Red+Green+Blue) = 207+222+231=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 231 (90.62% from 255 or 35% from 660); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFDEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDEE7 is #302118. Grayscale: #DADADA. Windows color (decimal): -3154201 or 15195855. OLE color: 15195855.

HSL color Cylindrical-coordinate representation of color #CFDEE7: hue angle of 202.5º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFDEE7 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 222 231 -
CMYK 0.10 0.04 0 0.09
HSL 202.5º 0.33% 0.86% -
HSV(B) 202.5º 0.1% 0.91% -
XYZ 66.28 71.28 85.87 -
YUV 218.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 207 222 231 0.10 0.04 0 0.09 202.5 0.33 0.86
Hex CF DE E7 A 4 0 9 CA 21 56
Octal 317 336 347 12 4 0 11 312 41 126
Binary 11001111 11011110 11100111 1010 100 0 1001 11001010 100001 1010110

Color Harmonies of #CFDEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDEE7

Black with #CFDEE7

Text Example


Text Example

White with #CFDEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDEE7; }

 p { color: rgb(207,222,231); }

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

background-color css

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

 a { background-color: rgb(207,222,231); }

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

border-color css

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

 span { border-color: rgb(207,222,231); }

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