Html Css Color HEX #CCCFFA Lavender Blue

📋 copy color: '#CCCFFA'

red 204 ◦ green 207 ◦ blue 250

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

Shades of Lavender Blue #CCCFFA

Tints of Lavender Blue #CCCFFA

RGB

 RED value IS 204 (80.08% from 255) = 30.86%

 GREEN value IS 207 (81.25% from 255) = 31.32%

 BLUE value IS 250 (98.05% from 255) = 37.82%

R = 30.86%
G = 31.32%
B = 37.82%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCCFFA (or 0xCCCFFA) is known color: Lavender Blue. HEX triplet: CC, CF and FA. RGB value is (204,207,250). Sum of RGB (Red+Green+Blue) = 204+207+250=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCCFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFFA is #333005. Grayscale: #D2D2D2. Windows color (decimal): -3354630 or 16437196. OLE color: 16437196.

HSL color Cylindrical-coordinate representation of color #CCCFFA: hue angle of 236.09º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCCFFA is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 207 250 -
CMYK 0.18 0.17 0 0.02
HSL 236.09º 0.82% 0.89% -
HSV(B) 236.09º 0.18% 0.98% -
XYZ 64.47 64.37 99.47 -
YUV 211.01 150.01 123 -
System Red Green Blue C M Y K H S L
Decimal 204 207 250 0.18 0.17 0 0.02 236.09 0.82 0.89
Hex CC CF FA 12 11 0 2 EC 52 59
Octal 314 317 372 22 21 0 2 354 122 131
Binary 11001100 11001111 11111010 10010 10001 0 10 11101100 1010010 1011001

Color Harmonies of #CCCFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCFFA

Black with #CCCFFA

Text Example


Text Example

White with #CCCFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCFFA; }

 p { color: rgb(204,207,250); }

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

background-color css

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

 a { background-color: rgb(204,207,250); }

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

border-color css

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

 span { border-color: rgb(204,207,250); }

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