Html Css Color HEX #CFDBE6 Pattens Blue

📋 copy color: '#CFDBE6'

red 207 ◦ green 219 ◦ blue 230

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

Shades of Pattens Blue #CFDBE6

Tints of Pattens Blue #CFDBE6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.38%

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

R = 31.55%
G = 33.38%
B = 35.06%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CFDBE6 (or 0xCFDBE6) is known color: Pattens Blue. HEX triplet: CF, DB and E6. RGB value is (207,219,230). Sum of RGB (Red+Green+Blue) = 207+219+230=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 230 (90.23% from 255 or 35.06% from 656); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFDBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDBE6 is #302419. Grayscale: #D8D8D8. Windows color (decimal): -3154970 or 15129551. OLE color: 15129551.

HSL color Cylindrical-coordinate representation of color #CFDBE6: hue angle of 208.7º 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 #CFDBE6 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 219 230 -
CMYK 0.10 0.05 0 0.10
HSL 208.7º 0.32% 0.86% -
HSV(B) 208.7º 0.1% 0.9% -
XYZ 65.35 69.64 84.86 -
YUV 216.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 207 219 230 0.10 0.05 0 0.10 208.7 0.32 0.86
Hex CF DB E6 A 5 0 A D1 20 56
Octal 317 333 346 12 5 0 12 321 40 126
Binary 11001111 11011011 11100110 1010 101 0 1010 11010001 100000 1010110

Color Harmonies of #CFDBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDBE6

Black with #CFDBE6

Text Example


Text Example

White with #CFDBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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