Html Css Color HEX #CFDEE6 Pattens Blue

📋 copy color: '#CFDEE6'

red 207 ◦ green 222 ◦ blue 230

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

Shades of Pattens Blue #CFDEE6

Tints of Pattens Blue #CFDEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.9%

R = 31.41%
G = 33.69%
B = 34.9%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CFDEE6 (or 0xCFDEE6) is known color: Pattens Blue. HEX triplet: CF, DE and E6. RGB value is (207,222,230). Sum of RGB (Red+Green+Blue) = 207+222+230=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFDEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDEE6 is #302119. Grayscale: #DADADA. Windows color (decimal): -3154202 or 15130319. OLE color: 15130319.

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

Color convert

RGB 207 222 230 -
CMYK 0.10 0.03 0 0.10
HSL 200.87º 0.32% 0.86% -
HSV(B) 200.87º 0.1% 0.9% -
XYZ 66.14 71.22 85.12 -
YUV 218.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 207 222 230 0.10 0.03 0 0.10 200.87 0.32 0.86
Hex CF DE E6 A 3 0 A C9 20 56
Octal 317 336 346 12 3 0 12 311 40 126
Binary 11001111 11011110 11100110 1010 11 0 1010 11001001 100000 1010110

Color Harmonies of #CFDEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDEE6

Black with #CFDEE6

Text Example


Text Example

White with #CFDEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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