Html Css Color HEX #CCCAFF Lavender Blue

📋 copy color: '#CCCAFF'

red 204 ◦ green 202 ◦ blue 255

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

Shades of Lavender Blue #CCCAFF

Tints of Lavender Blue #CCCAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.58%

R = 30.86%
G = 30.56%
B = 38.58%

CMYK

 C value IS 0.2

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCCAFF (or 0xCCCAFF) is known color: Lavender Blue. HEX triplet: CC, CA and FF. RGB value is (204,202,255). Sum of RGB (Red+Green+Blue) = 204+202+255=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCCAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAFF is #333500. Grayscale: #D0D0D0. Windows color (decimal): -3355905 or 16763596. OLE color: 16763596.

HSL color Cylindrical-coordinate representation of color #CCCAFF: hue angle of 242.26º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCCAFF is Cyan = 0.2, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 202 255 -
CMYK 0.2 0.21 0 0
HSL 242.26º 1% 0.9% -
HSV(B) 242.26º 0.21% 1% -
XYZ 64.07 62.3 103.26 -
YUV 208.64 154.16 124.69 -
System Red Green Blue C M Y K H S L
Decimal 204 202 255 0.2 0.21 0 0 242.26 1 0.9
Hex CC CA FF 14 15 0 0 F2 64 5A
Octal 314 312 377 24 25 0 0 362 144 132
Binary 11001100 11001010 11111111 10100 10101 0 0 11110010 1100100 1011010

Color Harmonies of #CCCAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCAFF

Black with #CCCAFF

Text Example


Text Example

White with #CCCAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCAFF; }

 p { color: rgb(204,202,255); }

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

background-color css

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

 a { background-color: rgb(204,202,255); }

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

border-color css

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

 span { border-color: rgb(204,202,255); }

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