Html Css Color HEX #CFC2FD Lavender Blue

📋 copy color: '#CFC2FD'

red 207 ◦ green 194 ◦ blue 253

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

Shades of Lavender Blue #CFC2FD

Tints of Lavender Blue #CFC2FD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.66%

 BLUE value IS 253 (99.22% from 255) = 38.69%

R = 31.65%
G = 29.66%
B = 38.69%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CFC2FD (or 0xCFC2FD) is known color: Lavender Blue. HEX triplet: CF, C2 and FD. RGB value is (207,194,253). Sum of RGB (Red+Green+Blue) = 207+194+253=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 194 (76.17% from 255 or 29.66% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFC2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC2FD is #303D02. Grayscale: #CCCCCC. Windows color (decimal): -3161347 or 16630479. OLE color: 16630479.

HSL color Cylindrical-coordinate representation of color #CFC2FD: hue angle of 253.22º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFC2FD is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 194 253 -
CMYK 0.18 0.23 0 0.01
HSL 253.22º 0.94% 0.88% -
HSV(B) 253.22º 0.23% 0.99% -
XYZ 62.75 58.94 101 -
YUV 204.61 155.31 129.7 -
System Red Green Blue C M Y K H S L
Decimal 207 194 253 0.18 0.23 0 0.01 253.22 0.94 0.88
Hex CF C2 FD 12 17 0 1 FD 5E 58
Octal 317 302 375 22 27 0 1 375 136 130
Binary 11001111 11000010 11111101 10010 10111 0 1 11111101 1011110 1011000

Color Harmonies of #CFC2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC2FD

Black with #CFC2FD

Text Example


Text Example

White with #CFC2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC2FD; }

 p { color: rgb(207,194,253); }

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

background-color css

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

 a { background-color: rgb(207,194,253); }

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

border-color css

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

 span { border-color: rgb(207,194,253); }

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