Html Css Color HEX #CFCAF8 Lavender Blue

📋 copy color: '#CFCAF8'

red 207 ◦ green 202 ◦ blue 248

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

Shades of Lavender Blue #CFCAF8

Tints of Lavender Blue #CFCAF8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.75%

 BLUE value IS 248 (97.27% from 255) = 37.75%

R = 31.51%
G = 30.75%
B = 37.75%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CFCAF8 (or 0xCFCAF8) is known color: Lavender Blue. HEX triplet: CF, CA and F8. RGB value is (207,202,248). Sum of RGB (Red+Green+Blue) = 207+202+248=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 248 - color contains mainly: blue. Hex color #CFCAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCAF8 is #303507. Grayscale: #D0D0D0. Windows color (decimal): -3159304 or 16304847. OLE color: 16304847.

HSL color Cylindrical-coordinate representation of color #CFCAF8: hue angle of 246.52º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFCAF8 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 202 248 -
CMYK 0.17 0.19 0 0.03
HSL 246.52º 0.77% 0.88% -
HSV(B) 246.52º 0.19% 0.97% -
XYZ 63.8 62.28 97.47 -
YUV 208.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 207 202 248 0.17 0.19 0 0.03 246.52 0.77 0.88
Hex CF CA F8 11 13 0 3 F7 4D 58
Octal 317 312 370 21 23 0 3 367 115 130
Binary 11001111 11001010 11111000 10001 10011 0 11 11110111 1001101 1011000

Color Harmonies of #CFCAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCAF8

Black with #CFCAF8

Text Example


Text Example

White with #CFCAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCAF8; }

 p { color: rgb(207,202,248); }

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

background-color css

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

 a { background-color: rgb(207,202,248); }

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

border-color css

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

 span { border-color: rgb(207,202,248); }

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