Html Css Color HEX #CFD5FC Lavender Blue

📋 copy color: '#CFD5FC'

red 207 ◦ green 213 ◦ blue 252

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

Shades of Lavender Blue #CFD5FC

Tints of Lavender Blue #CFD5FC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.7%

 BLUE value IS 252 (98.83% from 255) = 37.5%

R = 30.8%
G = 31.7%
B = 37.5%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CFD5FC (or 0xCFD5FC) is known color: Lavender Blue. HEX triplet: CF, D5 and FC. RGB value is (207,213,252). Sum of RGB (Red+Green+Blue) = 207+213+252=672 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.80% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFD5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD5FC is #302A03. Grayscale: #D7D7D7. Windows color (decimal): -3156484 or 16569807. OLE color: 16569807.

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

Color convert

RGB 207 213 252 -
CMYK 0.18 0.15 0 0.01
HSL 232º 0.88% 0.9% -
HSV(B) 232º 0.18% 0.99% -
XYZ 67.1 67.88 101.66 -
YUV 215.65 148.51 121.83 -
System Red Green Blue C M Y K H S L
Decimal 207 213 252 0.18 0.15 0 0.01 232 0.88 0.9
Hex CF D5 FC 12 F 0 1 E8 58 5A
Octal 317 325 374 22 17 0 1 350 130 132
Binary 11001111 11010101 11111100 10010 1111 0 1 11101000 1011000 1011010

Color Harmonies of #CFD5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD5FC

Black with #CFD5FC

Text Example


Text Example

White with #CFD5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD5FC; }

 p { color: rgb(207,213,252); }

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

background-color css

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

 a { background-color: rgb(207,213,252); }

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

border-color css

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

 span { border-color: rgb(207,213,252); }

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