Html Css Color HEX #CFDBE5 Pattens Blue

📋 copy color: '#CFDBE5'

red 207 ◦ green 219 ◦ blue 229

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

Shades of Pattens Blue #CFDBE5

Tints of Pattens Blue #CFDBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.96%

R = 31.6%
G = 33.44%
B = 34.96%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CFDBE5 (or 0xCFDBE5) is known color: Pattens Blue. HEX triplet: CF, DB and E5. RGB value is (207,219,229). Sum of RGB (Red+Green+Blue) = 207+219+229=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFDBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBE5 is #30241A. Grayscale: #D8D8D8. Windows color (decimal): -3154971 or 15064015. OLE color: 15064015.

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

Color convert

RGB 207 219 229 -
CMYK 0.10 0.04 0 0.10
HSL 207.27º 0.3% 0.85% -
HSV(B) 207.27º 0.1% 0.9% -
XYZ 65.21 69.59 84.12 -
YUV 216.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 207 219 229 0.10 0.04 0 0.10 207.27 0.3 0.85
Hex CF DB E5 A 4 0 A CF 1E 55
Octal 317 333 345 12 4 0 12 317 36 125
Binary 11001111 11011011 11100101 1010 100 0 1010 11001111 11110 1010101

Color Harmonies of #CFDBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDBE5

Black with #CFDBE5

Text Example


Text Example

White with #CFDBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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