Html Css Color HEX #CCAFD3 Prelude

📋 copy color: '#CCAFD3'

red 204 ◦ green 175 ◦ blue 211

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

Shades of Prelude #CCAFD3

Tints of Prelude #CCAFD3

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.66%

 BLUE value IS 211 (82.81% from 255) = 35.76%

R = 34.58%
G = 29.66%
B = 35.76%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CCAFD3 (or 0xCCAFD3) is known color: Prelude. HEX triplet: CC, AF and D3. RGB value is (204,175,211). Sum of RGB (Red+Green+Blue) = 204+175+211=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCAFD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFD3 is #33502C. Grayscale: #BBBBBB. Windows color (decimal): -3362861 or 13873100. OLE color: 13873100.

HSL color Cylindrical-coordinate representation of color #CCAFD3: hue angle of 288.33º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCAFD3 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 175 211 -
CMYK 0.03 0.17 0 0.17
HSL 288.33º 0.29% 0.76% -
HSV(B) 288.33º 0.17% 0.83% -
XYZ 51.99 48.2 68.19 -
YUV 187.78 141.11 139.57 -
System Red Green Blue C M Y K H S L
Decimal 204 175 211 0.03 0.17 0 0.17 288.33 0.29 0.76
Hex CC AF D3 3 11 0 11 120 1D 4C
Octal 314 257 323 3 21 0 21 440 35 114
Binary 11001100 10101111 11010011 11 10001 0 10001 100100000 11101 1001100

Color Harmonies of #CCAFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAFD3

Black with #CCAFD3

Text Example


Text Example

White with #CCAFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAFD3; }

 p { color: rgb(204,175,211); }

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

background-color css

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

 a { background-color: rgb(204,175,211); }

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

border-color css

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

 span { border-color: rgb(204,175,211); }

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